﻿/*商品列表*/
.hot{height:540px;}
.hot > div{height:100%;}
.hot img{width:100%;height:100%;}
.listsort{position: absolute;right: 0px;top: 50%;transform: translate(0%, -50%);background: #fff;padding: 0 10px;}
.list{margin: 0 -10px;}
.list > div{padding: 0 10px;overflow: hidden;}
.list img{width:100%;}
.look_more{width:300px;height:60px;line-height:60px;display:block;margin:20px auto;border-radius:4px;transition: all 0.5s;}
.look_more:hover{background:#F14C7F;}
.look_more:hover a{color:#fff;}

/*商品详情*/
.purchase{position:absolute;bottom:0;left:0;width:100%;background:#fff;}
.buy{position:absolute;padding:5px 12px;right:20px;bottom:20px;border-radius:4px;}
.buy:hover{font-weight:700;color:#fff;}
.mist{position:absolute;width:100%;height:100%;left:0;top:0;opacity:.8;}
.product_info{width: 100%;height: 100%;position: absolute;left:0;top: 100%;}

.btn15 {width: 100%; overflow: hidden;position: relative;
}
.btn15 img {width: 100%;position: relative;top: 0;left: 0;}
.btn15 .ovrly {background: rgba(0, 0, 0, 0.5);height: 100%;left: 0;position: absolute;top: 0;width: 100%;opacity: 0;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;}
.btn15 .buttons {position: absolute;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
.btn15 .buttons .fa {background: rgb(256, 256, 256);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);display: inline-block;line-height: 40px;font-size: 16px;text-align: center;text-decoration: none;width: 150px;height: 40px;position: relative;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;-o-transition: all 0.3s;transition: all 0.3s;color: #fff;	border-radius:4px;}
.btn15 .buttons .fa-link {left: -215%;border:2px solid #F14C7F;background: #F14C7F;margin-bottom:20px}
.btn15 .buttons .fa-search {right: -215%;border:2px solid #fff;background:rgba(0, 0, 0, 0.6);}
.btn15:hover .buttons .fa-link {left: 0;}
.btn15:hover .buttons .fa-search {right: 0;}
.btn15:hover .ovrly {opacity: 1;}
.sign{width:500px;}
/*滚动消息部分*/
#gundong {position:relative;padding-left: 20px;}
#gundong span{position:absolute;left:0;top:50%;margin-top:-8px;width:18px;height:16px;font-size: 16px;}
#gundong a{font-size:14px;}
#gundong a:hover,.navcenter li a:focus{background:none;}
#gundong{width: 100%;height:100%;overflow:hidden;}
#gundong>div{padding-left: 0px;height: 100%;}
#gundong div.bd p{white-space:nowrap;text-overflow:ellipsis;}

.txtScroll-top{width: 100%; overflow:hidden; position:relative;  padding-right: 15px; }
.txtScroll-top .hd{overflow: hidden;height: 30px;position: absolute;right: 0px;margin-top: -15px;top: 50%;width: 10px;}
.txtScroll-top .hd .prev,.txtScroll-top .hd .next{ display:block;  width:10px; height:5px; float:right; cursor:pointer;text-decoration:none; }
.txtScroll-top .hd .next{margin-bottom: 8px;}
.txtScroll-top .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; }
.txtScroll-top .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer;  }
.txtScroll-top .hd ul li.on{ background-position:0 0; }
.txtScroll-top .bd{}
.txtScroll-top .infoList li{ height:24px; line-height:24px;   }
.txtScroll-top .infoList li .date{ float:right; color:#999;  }

